home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / ilisp / scheme2c.mail.z / scheme2c.mail
Encoding:
Internet Message Format  |  1998-05-21  |  810 b 

  1. From @yonge.cs.toronto.edu:qobi@cs.toronto.edu Tue Nov  1 18:50:53 1994
  2. From: Jeffrey Mark Siskind <qobi@cs.toronto.edu>
  3. To: ebg@hip.atr.co.jp
  4. Cc: ilisp@naggum.no
  5. In-Reply-To: <9411012332.AA23484@hoshi> (message from Ed Gamble on Tue, 1 Nov 1994 18:32:03 -0500)
  6. Subject: Re: Scheme dialect init-files
  7. Reply-To: Qobi@cs.toronto.edu
  8. Date:     Tue, 1 Nov 1994 18:47:37 -0500
  9.  
  10. To get Scheme->C to work under ILisp I had to create my own executable with
  11. the following C foreign function:
  12.  
  13. #include <stdio.h>
  14. void nobuff(){setbuf(stdout, (char*)0);}
  15.  
  16. (define-c-external (nobuff) void "nobuff")
  17. (nobuff)
  18.  
  19. I had to do a similar thing to get SCM to work in an Epsilon process buffer
  20. under DOS.
  21.  
  22. This may or may not have to do with your problem.
  23.  
  24.     Jeff (home page http://www.cdf.toronto.edu/DCS/Personal/Siskind.html)
  25.  
  26.  
  27.